home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-02 | 279 b | 15 lines |
- #!smake
-
- include ${ROOT}/usr/include/make/commondefs
-
- TARGETS = sonic
- LCOPTS = -O2
- LLDLIBS = -lgl -lsphere -laudio -laudiofile -lm
-
- default all: $(TARGETS)
-
- include ${COMMONRULES}
-
- # To make sonic setuid root, run the following command:
- # chown root sonic ; chmod 4755 sonic
-